home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-09-03 | 469 b | 15 lines | [TEXT/CWIE] |
- //
- // MessageIDs.h
- //
-
- // ioParam
-
- const MessageT msg_AddButton = 1000; // nil
- const MessageT msg_ChangeButton = 1001; // nil
- const MessageT msg_CellSelected = 1002; // const CEntry * *
- const MessageT msg_CellDeselected = 1003; // nil
- const MessageT msg_Reverted = 1004; // nil
- const MessageT msg_EntryInserted = 1005; // EntryIndex *
- const MessageT msg_EntryDeleted = 1006; // EntryIndex *
- const MessageT msg_EntryChanged = 1007; // EntryIndex *
-